Uses of Class
negotiator.utility.UtilitySpace

Packages that use UtilitySpace
agents   
agents.anac.y2010.AgentFSEGA   
agents.anac.y2010.AgentSmith   
agents.anac.y2010.Southampton   
agents.anac.y2010.Southampton.analysis   
agents.anac.y2010.Southampton.utils   
agents.anac.y2010.Yushu   
agents.anac.y2011.Gahboninho   
agents.anac.y2011.HardHeaded   
agents.anac.y2011.IAMhaggler2011   
agents.anac.y2011.Nice_Tit_for_Tat   
agents.anac.y2011.TheNegotiator   
agents.anac.y2011.ValueModelAgent   
agents.bayesianopponentmodel   
misc   
negotiator   
negotiator.analysis   
negotiator.bidding   
negotiator.boaframework   
negotiator.boaframework.offeringstrategy.anac2010   
negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010   
negotiator.boaframework.offeringstrategy.anac2011.hardheaded   
negotiator.boaframework.offeringstrategy.anac2011.iamhaggler2011   
negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent   
negotiator.boaframework.opponentmodel   
negotiator.boaframework.opponentmodel.tools   
negotiator.boaframework.sharedagentstate.anac2011.gahboninho   
negotiator.protocol   
negotiator.protocol.alternatingoffers   
negotiator.protocol.auction   
negotiator.qualitymeasures   
negotiator.repository   
negotiator.utility   
 

Uses of UtilitySpace in agents
 

Fields in agents declared as UtilitySpace
 UtilitySpace[] QOAgent.opponentModels
           
 

Methods in agents with parameters of type UtilitySpace
 void SlowUIAgent.init(int sessionNumber, int sessionTotalNumber, java.util.Date startT, java.lang.Integer totalTimeP, UtilitySpace us)
          One agent will be kept alive over multiple sessions.
 void EnterBidDialogExtended.setUtilitySpace(UtilitySpace us)
           
 void EnterBidDialog.setUtilitySpace(UtilitySpace us)
           
 

Constructors in agents with parameters of type UtilitySpace
EnterBidDialog(Agent agent, java.awt.Frame parent, boolean modal, UtilitySpace us)
           
EnterBidDialogExtended(UIAgentExtended agent, java.awt.Frame parent, boolean modal, UtilitySpace us)
           
 

Uses of UtilitySpace in agents.anac.y2010.AgentFSEGA
 

Constructors in agents.anac.y2010.AgentFSEGA with parameters of type UtilitySpace
MyBayesianOpponentModel(UtilitySpace pUS)
           
ReverseBidComparator(UtilitySpace pUsp)
           
UtilitySpaceHypothesis(Domain pDomain, UtilitySpace pUS, WeightHypothesis pWeightHyp, EvaluatorHypothesis[] pEvalHyp)
           
 

Uses of UtilitySpace in agents.anac.y2010.AgentSmith
 

Fields in agents.anac.y2010.AgentSmith declared as UtilitySpace
protected  UtilitySpace PreferenceProfileManager.fUtilitySpace
           
protected  UtilitySpace ABidStrategy.fUtilitySpace
           
 

Constructors in agents.anac.y2010.AgentSmith with parameters of type UtilitySpace
ABidStrategy(BidHistory pHist, UtilitySpace pUtilitySpace, PreferenceProfileManager pPreferenceProfile, AgentID pId)
           
PreferenceProfileManager(BidHistory pHist, UtilitySpace pUtilitySpace)
           
SmithBidStrategy(BidHistory pHist, UtilitySpace utilitySpace, PreferenceProfileManager pPreferenceProfile, AgentID pId)
          Constructor
 

Uses of UtilitySpace in agents.anac.y2010.Southampton
 

Methods in agents.anac.y2010.Southampton with parameters of type UtilitySpace
 void SouthamptonAgentNoExtras.postProposeNextBid(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel, Bid bid)
           
 void SouthamptonAgentExtrasInterface.postProposeNextBid(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel, Bid bid)
           
 void SouthamptonAgentNoExtras.postReceiveAccept(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel)
           
 void SouthamptonAgentExtrasInterface.postReceiveAccept(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel)
           
 void SouthamptonAgentNoExtras.postSendAccept(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel, Bid opponentBid)
           
 void SouthamptonAgentExtrasInterface.postSendAccept(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel, Bid opponentBid)
           
 void SouthamptonAgentNoExtras.preProposeNextBid(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel, Bid opponentBid)
           
 void SouthamptonAgentExtrasInterface.preProposeNextBid(SouthamptonAgent agent, Bid myLastBid, UtilitySpace utilitySpace, OpponentModel opponentModel, Bid opponentBid)
           
 

Uses of UtilitySpace in agents.anac.y2010.Southampton.analysis
 

Methods in agents.anac.y2010.Southampton.analysis with parameters of type UtilitySpace
 java.util.ArrayList<Bid> BidSpace.Project(double[] pointToProject, double utility, int limit, UtilitySpace utilitySpace, OpponentModel opponentModel)
          Project a point onto an iso-utility space.
 

Constructors in agents.anac.y2010.Southampton.analysis with parameters of type UtilitySpace
BidSpace(UtilitySpace space)
          Build the bid space based on a utility space.
 

Uses of UtilitySpace in agents.anac.y2010.Southampton.utils
 

Constructors in agents.anac.y2010.Southampton.utils with parameters of type UtilitySpace
OpponentModel(UtilitySpace utilitySpace)
          Default constructor.
 

Uses of UtilitySpace in agents.anac.y2010.Yushu
 

Methods in agents.anac.y2010.Yushu with parameters of type UtilitySpace
static Bid Utility.getRandomBid(UtilitySpace utilityspace)
           
 

Uses of UtilitySpace in agents.anac.y2011.Gahboninho
 

Constructors in agents.anac.y2011.Gahboninho with parameters of type UtilitySpace
IssueManager(UtilitySpace US, Timeline T, OpponnentModel om)
           
OpponnentModel(UtilitySpace utilitySpace, Timeline timeline)
           
 

Uses of UtilitySpace in agents.anac.y2011.HardHeaded
 

Fields in agents.anac.y2011.HardHeaded declared as UtilitySpace
protected  UtilitySpace BidSelector.utilitySpace
           
 

Constructors in agents.anac.y2011.HardHeaded with parameters of type UtilitySpace
BidHistory(UtilitySpace utilSpace)
          BidHistory class constructor.
BidSelector(UtilitySpace pUtilitySpace)
          BidSelector constructor
 

Uses of UtilitySpace in agents.anac.y2011.IAMhaggler2011
 

Methods in agents.anac.y2011.IAMhaggler2011 with parameters of type UtilitySpace
 Bid RandomBidCreator.getBid(UtilitySpace utilitySpace, double min, double max)
           
 Bid BidCreator.getBid(UtilitySpace utilitySpace, double min, double max)
          Get a bid (within a utility range if possible).
 Bid RandomBidCreator.getRandomBid(UtilitySpace utilitySpace, double min, double max)
          Get a random bid (within a utility range if possible).
 

Uses of UtilitySpace in agents.anac.y2011.Nice_Tit_for_Tat
 

Constructors in agents.anac.y2011.Nice_Tit_for_Tat with parameters of type UtilitySpace
BidHistory(UtilitySpace u)
          Pretends all bids in the domain were made on t = 0.
 

Uses of UtilitySpace in agents.anac.y2011.TheNegotiator
 

Constructors in agents.anac.y2011.TheNegotiator with parameters of type UtilitySpace
Acceptor(UtilitySpace utilitySpace, BidsCollection bidsCollection)
          Creates an Acceptor-object which determines which offers should be accepted during the negotiation.
 

Uses of UtilitySpace in agents.anac.y2011.ValueModelAgent
 

Methods in agents.anac.y2011.ValueModelAgent with parameters of type UtilitySpace
 void ValueSeperatedBids.init(UtilitySpace space, ValueModeler model)
           
 void ValueModeler.initialize(UtilitySpace space, Bid firstBid)
           
 

Constructors in agents.anac.y2011.ValueModelAgent with parameters of type UtilitySpace
BidWrapper(Bid bid, UtilitySpace space, double maxUtil)
           
OpponentModeler(int bidCount, UtilitySpace space, Timeline timeline, BidList our, BidList their, ValueModeler vmodeler, BidList allBids, ValueModelAgent agent)
           
 

Uses of UtilitySpace in agents.bayesianopponentmodel
 

Subclasses of UtilitySpace in agents.bayesianopponentmodel
 class OpponentModelUtilSpace
           
 

Methods in agents.bayesianopponentmodel that return UtilitySpace
 UtilitySpace UtilitySpaceHypothesis.getUtilitySpace()
           
 

Methods in agents.bayesianopponentmodel with parameters of type UtilitySpace
 void PerfectBayesianOpponentModelScalable.setOpponentUtilitySpace(UtilitySpace opponentUtilitySpace)
           
 

Constructors in agents.bayesianopponentmodel with parameters of type UtilitySpace
BayesianOpponentModel(UtilitySpace pUtilitySpace)
           
BayesianOpponentModelScalable(UtilitySpace pUtilitySpace)
           
PerfectBayesianOpponentModelScalable(UtilitySpace pUtilitySpace)
           
UtilitySpaceHypothesis(Domain pDomain, UtilitySpace pUS, WeightHypothesis pWeightHyp, EvaluatorHypothesis[] pEvalHyp)
           
 

Uses of UtilitySpace in misc
 

Methods in misc with parameters of type UtilitySpace
static void DomainGenerator.findDomain(Domain domain, UtilitySpace spaceA, UtilitySpace spaceB, java.lang.String logToDirA, java.lang.String logToDirB, Range opp, Range dist, boolean biasForHighOpp, boolean varyBoth)
          Method which keeps generating new domains until a domain satisfying the bounds on the opposition and bid distribution is found.
 

Uses of UtilitySpace in negotiator
 

Fields in negotiator declared as UtilitySpace
 UtilitySpace Agent.utilitySpace
          Preference profile of the agent as assigned by the tournamentrunner.
 

Methods in negotiator with parameters of type UtilitySpace
 BidHistory BidHistory.discountedFilterBetween(double minU, double maxU, double minT, double maxT, UtilitySpace utilSpace)
          Returns the set of bids offered between time instances t1 and t2: (t1, t2] and with a utility in (u1, u2].
 double BidHistory.getAverageDiscountedUtility(UtilitySpace utilSpace)
           
 BidDetails BidHistory.getBestDiscountedBidDetails(UtilitySpace util)
          Returns the bid with the highest discounted utility stored in the history.
 void Agent.internalInit(int sessionNr, int sessionsTotal, java.util.Date startTimeP, java.lang.Integer totalTimeP, Timeline timeline, UtilitySpace us, java.util.HashMap<AgentParameterVariable,AgentParamValue> params)
          This method is called by the protocol to initialize the agent with a new session information.
 

Constructors in negotiator with parameters of type UtilitySpace
LinearBidIterator(Domain domain, UtilitySpace space, double maxUtil, double minUtil)
           
 

Uses of UtilitySpace in negotiator.analysis
 

Methods in negotiator.analysis with parameters of type UtilitySpace
static BidSpace BidSpaceCache.getBidSpace(UtilitySpace... spaces)
          Method used to load a BidSpace.
 

Constructors in negotiator.analysis with parameters of type UtilitySpace
BidSpace(UtilitySpace... utilityspaces)
          Default constructor used to construct a multidimensional bidding space.
BidSpace(UtilitySpace utilityspaceA, UtilitySpace utilityspaceB, boolean excludeBids)
          Constructor to create a BidSpace given exactly two utility spaces.
BidSpace(UtilitySpace utilityspaceA, UtilitySpace utilityspaceB, boolean excludeBids, boolean skipCheckSpaceB)
          Constructor which is identical to its three parameter version, except for the argument skipCheckSpaceB.
 

Uses of UtilitySpace in negotiator.bidding
 

Constructors in negotiator.bidding with parameters of type UtilitySpace
BidStrictSorterUtility(UtilitySpace utilitySpace)
          Initializes the comperator by setting the bidding space.
 

Uses of UtilitySpace in negotiator.boaframework
 

Fields in negotiator.boaframework declared as UtilitySpace
protected  UtilitySpace OpponentModel.opponentUtilitySpace
          Reference to the estimated opponent's utility state
protected  UtilitySpace OutcomeSpace.utilitySpace
          Reference to the utility space
protected  UtilitySpace NegotiationSession.utilitySpace
          Reference to the agent's preference profile for the domain.
 

Methods in negotiator.boaframework that return UtilitySpace
 UtilitySpace OpponentModel.getOpponentUtilitySpace()
           
 UtilitySpace NegotiationSession.getUtilitySpace()
          Returns the utilityspace of the agent.
 

Methods in negotiator.boaframework with parameters of type UtilitySpace
 void OutcomeSpace.generateAllBids(UtilitySpace utilSpace)
          Generates all the possible bids in the domain
 void OpponentModel.setOpponentUtilitySpace(UtilitySpace opponentUtilitySpace)
          Method which may be overwritten by an opponent model to get access to the opponent's utilityspace.
 

Constructors in negotiator.boaframework with parameters of type UtilitySpace
IAMhaggler_Concession(UtilitySpace utilitySpace)
           
NegotiationSession(SessionData sessionData, UtilitySpace utilitySpace, Timeline timeline)
          Create a negotiation session which is used to keep track of the negotiation state.
NegotiationSession(SessionData sessionData, UtilitySpace utilitySpace, Timeline timeline, OutcomeSpace outcomeSpace)
          Create a negotiation session which is used to keep track of the negotiation state.
OutcomeSpace(UtilitySpace utilSpace)
          Creates an unsorted outcome space.
SortedOutcomeSpace(UtilitySpace utilSpace)
          Instantiates a SortedOutcomeSpace: an enumeration of all possible bids in the domain which can be efficiently searched using the provided methods.
 

Uses of UtilitySpace in negotiator.boaframework.offeringstrategy.anac2010
 

Constructors in negotiator.boaframework.offeringstrategy.anac2010 with parameters of type UtilitySpace
AgentSmith_Offering.BidComparator(UtilitySpace mySpace)
           
 

Uses of UtilitySpace in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 

Methods in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010 with parameters of type UtilitySpace
 java.util.ArrayList<BidDetails> BidSpace.Project(double[] pointToProject, double utility, int limit, UtilitySpace utilitySpace, OpponentModel opponentModel)
          Project a point onto an iso-utility space.
 

Constructors in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010 with parameters of type UtilitySpace
BidSpace(UtilitySpace space)
          Build the bid space based on a utility space.
OpponentModel(UtilitySpace utilitySpace)
          Default constructor.
 

Uses of UtilitySpace in negotiator.boaframework.offeringstrategy.anac2011.hardheaded
 

Methods in negotiator.boaframework.offeringstrategy.anac2011.hardheaded that return UtilitySpace
 UtilitySpace BidSelector.getUtilitySpace()
           
 

Methods in negotiator.boaframework.offeringstrategy.anac2011.hardheaded with parameters of type UtilitySpace
 void BidSelector.setUtilitySpace(UtilitySpace utilitySpace)
           
 

Constructors in negotiator.boaframework.offeringstrategy.anac2011.hardheaded with parameters of type UtilitySpace
BidSelector(UtilitySpace pUtilitySpace)
          BidSelector constructor
 

Uses of UtilitySpace in negotiator.boaframework.offeringstrategy.anac2011.iamhaggler2011
 

Methods in negotiator.boaframework.offeringstrategy.anac2011.iamhaggler2011 with parameters of type UtilitySpace
 Bid RandomBidCreator.getBid(UtilitySpace utilitySpace, double min, double max)
           
 Bid RandomBidCreator.getRandomBid(UtilitySpace utilitySpace, double min, double max)
          Get a random bid (within a utility range if possible).
 

Uses of UtilitySpace in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent
 

Methods in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent with parameters of type UtilitySpace
 void ValueSeperatedBids.init(UtilitySpace space, ValueModeler model)
           
 void ValueModeler.initialize(UtilitySpace space, Bid firstBid)
           
 

Constructors in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent with parameters of type UtilitySpace
BidWrapper(Bid bid, UtilitySpace space, double maxUtil)
           
OpponentModeler(int bidCount, UtilitySpace space, Timeline timeline, BidList our, BidList their, ValueModeler vmodeler, BidList allBids)
           
 

Uses of UtilitySpace in negotiator.boaframework.opponentmodel
 

Methods in negotiator.boaframework.opponentmodel that return UtilitySpace
 UtilitySpace PerfectIAMhagglerBayesianModel.getOpponentUtilitySpace()
           
 UtilitySpace CUHKFrequencyModelV2.getOpponentUtilitySpace()
          Returns the estimated utilityspace.
 UtilitySpace BayesianModel.getOpponentUtilitySpace()
           
 UtilitySpace FSEGABayesianModel.getOpponentUtilitySpace()
           
 UtilitySpace AgentXFrequencyModel.getOpponentUtilitySpace()
           
 UtilitySpace NashFrequencyModel.getOpponentUtilitySpace()
           
 UtilitySpace AgentLGModel.getOpponentUtilitySpace()
           
 UtilitySpace ScalableBayesianModel.getOpponentUtilitySpace()
           
 UtilitySpace SmithFrequencyModelV2.getOpponentUtilitySpace()
           
 UtilitySpace SmithFrequencyModel.getOpponentUtilitySpace()
           
 UtilitySpace IAMhagglerBayesianModel.getOpponentUtilitySpace()
           
 UtilitySpace PerfectScalableBayesianModel.getOpponentUtilitySpace()
           
 

Methods in negotiator.boaframework.opponentmodel with parameters of type UtilitySpace
 void PerfectIAMhagglerBayesianModel.setOpponentUtilitySpace(UtilitySpace opponentUtilitySpace)
           
 void PerfectModel.setOpponentUtilitySpace(UtilitySpace opponentUtilitySpace)
           
 void PerfectScalableBayesianModel.setOpponentUtilitySpace(UtilitySpace opponentUtilitySpace)
           
 

Uses of UtilitySpace in negotiator.boaframework.opponentmodel.tools
 

Subclasses of UtilitySpace in negotiator.boaframework.opponentmodel.tools
 class UtilitySpaceAdapter
          Some opponent models do not use the UtilitySpace-object.
 

Uses of UtilitySpace in negotiator.boaframework.sharedagentstate.anac2011.gahboninho
 

Constructors in negotiator.boaframework.sharedagentstate.anac2011.gahboninho with parameters of type UtilitySpace
GahboninhoOM(UtilitySpace utilitySpace, Timeline timeline)
           
 

Uses of UtilitySpace in negotiator.protocol
 

Fields in negotiator.protocol declared as UtilitySpace
protected  UtilitySpace BilateralAtomicNegotiationSession.spaceA
           
protected  UtilitySpace BilateralAtomicNegotiationSession.spaceB
           
 

Methods in negotiator.protocol that return UtilitySpace
 UtilitySpace BilateralAtomicNegotiationSession.getAgentAUtilitySpace()
           
 UtilitySpace BilateralAtomicNegotiationSession.getAgentBUtilitySpace()
           
 UtilitySpace Protocol.getAgentUtilitySpaces(int index)
           
 

Constructors in negotiator.protocol with parameters of type UtilitySpace
BilateralAtomicNegotiationSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
 

Uses of UtilitySpace in negotiator.protocol.alternatingoffers
 

Methods in negotiator.protocol.alternatingoffers that return UtilitySpace
 UtilitySpace AlternatingOffersProtocol.getAgentAUtilitySpace()
           
 UtilitySpace AlternatingOffersProtocol.getAgentBUtilitySpace()
           
 

Constructors in negotiator.protocol.alternatingoffers with parameters of type UtilitySpace
AlternatingOffersBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent)
          load the runtime objects to start negotiation
 

Uses of UtilitySpace in negotiator.protocol.auction
 

Methods in negotiator.protocol.auction with parameters of type UtilitySpace
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(Agent agentA, Agent agentB, AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
          do test run of negotiation session.
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
 

Constructors in negotiator.protocol.auction with parameters of type UtilitySpace
AuctionBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent, int totalTime)
           
 

Uses of UtilitySpace in negotiator.qualitymeasures
 

Methods in negotiator.qualitymeasures with parameters of type UtilitySpace
 double OpponentModelMeasures.calculateAvgDiffParetoBidToEstimate(UtilitySpace estimatedSpace)
          Calculates the average difference between the real estimated pareto bids and their estimated utility for the opponent.
static OrderedSimpleElement ScenarioMeasures.calculateDistances(OrderedSimpleElement element, UtilitySpace utilitySpaceA, UtilitySpace utilitySpaceB)
          Calculate all metrics.
 double OpponentModelMeasures.calculatePearsonCorrelationCoefficientBids(UtilitySpace estimatedSpace)
          Calculates the Pearson correlation coefficient by comparing the utility of each bid estimated by the real and estimated opponent's utility space.
 double OpponentModelMeasures.calculateRankingDistanceBids(UtilitySpace estimatedSpace)
          Calculates the ranking distance by comparing the utility of each bid estimated by the real and estimated opponent's utility space.
static double[] UtilspaceTools.getIssueWeights(UtilitySpace space)
          Helper-method used to get the issue weights in an array of doubles.
static double UtilspaceTools.getPearsonCorrelationCoefficientOfBids(UtilitySpace spaceA, UtilitySpace spaceB)
           
static double UtilspaceTools.getPearsonCorrelationCoefficientOfIssueWeights(UtilitySpace spaceA, UtilitySpace spaceB)
           
static double UtilspaceTools.getRankingDistanceOfBids(UtilitySpace spaceA, UtilitySpace spaceB, int simulations)
           
static double UtilspaceTools.getRankingDistanceOfIssueWeights(UtilitySpace spaceA, UtilitySpace spaceB)
           
 

Constructors in negotiator.qualitymeasures with parameters of type UtilitySpace
OpponentModelMeasures(UtilitySpace ownSpace, UtilitySpace opponentUS)
          Creates the measures object by storing a reference to both utility spaces and calculating the real Kalai bid.
 

Uses of UtilitySpace in negotiator.repository
 

Methods in negotiator.repository that return UtilitySpace
 UtilitySpace Repository.getUtilitySpace(Domain domain, ProfileRepItem profile)
           
 UtilitySpace Repository.getUtilitySpace(Domain domain, java.lang.String file)
           
 

Uses of UtilitySpace in negotiator.utility
 

Methods in negotiator.utility with parameters of type UtilitySpace
 java.lang.Double EvaluatorReal.getEvaluation(UtilitySpace uspace, Bid bid, int index)
           
 java.lang.Double EvaluatorObjective.getEvaluation(UtilitySpace uspace, Bid bid, int index)
           
 java.lang.Double EvaluatorInteger.getEvaluation(UtilitySpace uspace, Bid bid, int index)
           
 java.lang.Double EvaluatorDiscrete.getEvaluation(UtilitySpace uspace, Bid bid, int issueID)
          Returns the evaluation of the value of the issue of the bid.
 java.lang.Double Evaluator.getEvaluation(UtilitySpace uspace, Bid bid, int index)
          This method returns the utility of the value of an issue.
 

Constructors in negotiator.utility with parameters of type UtilitySpace
UtilitySpace(UtilitySpace us)
          Copies the data from another UtilitySpace.